.product-card-image {
  object-fit: contain;
}

.logo-title h1 {
  text-transform: uppercase;
  font-family: italiana;
}

@media (max-width: 1024px) {
  .main-header {
    justify-content: space-between;
  }
}

.desktop-nav {
    overflow: auto;
}
.desktop-nav > div 
{
flex-wrap: wrap;
}

.nav-link {
    font-size: 12px;
}